Skip to content

[PWGDQ] fix swapped covariance values#15792

Merged
mcoquet642 merged 1 commit intoAliceO2Group:masterfrom
harvastum:covariances_fix
Apr 22, 2026
Merged

[PWGDQ] fix swapped covariance values#15792
mcoquet642 merged 1 commit intoAliceO2Group:masterfrom
harvastum:covariances_fix

Conversation

@harvastum
Copy link
Copy Markdown
Contributor

this fixes swapped covariances in mftMchMatcher.cxx

fwdmatchcandidates::CXYMCH, // X - Y,
fwdmatchcandidates::CPhiYMCH, // Phi - Y
fwdmatchcandidates::CPhiXMCH, // Phi - X
link
muonpropCov(1, 0), // Cov(Y, X), correct, equivalent to Cov(X, Y)
muonpropCov(2, 0), // Cov(Phi, X), should be Cov(Phi, Y) or muonpropCov(2, 1)
muonpropCov(2, 1), // Cov(Phi, Y), should be Cov(Phi, X) or muonpropCov(2, 0)
link

@github-actions
Copy link
Copy Markdown

O2 linter results: ❌ 30 errors, ⚠️ 11 warnings, 🔕 0 disabled

@github-actions github-actions Bot changed the title fix swapped covariance values [PWGDQ] fix swapped covariance values Apr 15, 2026
@alibuild
Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/o2 for 9e4e702 at 2026-04-21 17:02:

## sw/BUILD/O2Physics-latest/log
c++: fatal error: Killed signal terminated program cc1plus
ninja: build stopped: subcommand failed.

Full log here.

@mcoquet642 mcoquet642 merged commit 1cb2c78 into AliceO2Group:master Apr 22, 2026
11 of 13 checks passed
@harvastum harvastum deleted the covariances_fix branch April 22, 2026 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

3 participants